Drop an unused variable
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Aug 2016 12:13:53 +0000 (08:13 -0400)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Oct 2016 10:49:12 +0000 (11:49 +0100)
gtk/gtkcssgadget.c

index 12499c26bb7bd5d438c43822ae6d1bc9f7793fe7..604c62e727ef4a3838f5341bcc47ae2ee336ee93 100644 (file)
@@ -812,7 +812,6 @@ gtk_css_gadget_get_render_node (GtkCssGadget  *gadget,
   GskRenderNode *bg_node, *border_node;
   graphene_rect_t bounds;
   graphene_point3d_t p;
-  graphene_matrix_t m;
   int x, y, width, height;
   int contents_x, contents_y, contents_width, contents_height;
   GtkAllocation margin_box;